Convert GtkArgs to GParams. Based on patch by John Margaglione. Also do
authorAlexander Larsson <alexl@redhat.com>
Fri, 18 May 2001 22:31:02 +0000 (22:31 +0000)
committerAlexander Larsson <alexl@src.gnome.org>
Fri, 18 May 2001 22:31:02 +0000 (22:31 +0000)
commit7e1acba03c34c80a7fa6d7ee2d06b9fb7c60f917
tree08a8324ed2b542b0d9a9913272173c514d3e82a9
parentaa4a41face7424b59bd6ffd71348f988730da58a
Convert GtkArgs to GParams. Based on patch by John Margaglione. Also do

2001-05-18  Alexander Larsson  <alexl@redhat.com>

* gtk/gtkspinbutton.c:
Convert GtkArgs to GParams. Based on patch by John Margaglione.
Also do size request reasonable for MAXDOUBLE. Previously it printed
the limits to a buffer and overran it. Instead do it using log10() and
limit the width to 10 digits.

* gtk/gtkwidget.c (gtk_widget_get_property):
Correctly handle setting the parent property to NULL.
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkspinbutton.c
gtk/gtkwidget.c